home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / word_p / edtgreek / read.me < prev    next >
Encoding:
Text File  |  1990-10-14  |  3.7 KB  |  97 lines

  1. This disk contains three programs:
  2.  
  3.        SOLID, 
  4.        EDTGREEK (CGA version), and 
  5.        PRTGREEK (Epson FX-85 version).
  6.  
  7. SOLID.COM changes your cursor into a solid blinking block.  It can be
  8. created using the DEBUG script in SOLID.SCR.  SOLID.PAS is a TURBO Pascal
  9. version of the same program.  Create an ASCII file like SOLID.SCR, then
  10. use the command
  11.  
  12. >DEBUG <SOLID.SCR
  13.  
  14. to create SOLID.COM.
  15.  
  16. EDTGREEK:
  17.  
  18.             EDTGREEK features
  19.  
  20. The EDTGREEK editor is a WYSIWYG editor with Greek characters, subscripts
  21. and superscripts.  A scientific calculator is also included.  Separate
  22. print programs are needed to print out the special characters.  Print
  23. drivers are available for the Epson FX-85 and the HP DeskJet printers.
  24. A print driver for VAX computers with LN03 printers is also available.
  25.  
  26. File size is limited by the available RAM, since EDTGREEK reads the
  27. entire file into RAM before editing.  Files of 400 kB or more can be 
  28. edited on machines with 640 kB of RAM.
  29.  
  30. Separate versions of EDTGREEK are available for CGA, HGC, EGA and VGA
  31. display adapters.  The CGA version displays 14 lines on the screen using
  32. an 8 by 14 character cell, which gives a very readable display on a
  33. Toshiba T1000.  The CGA version can be used on EGA and VGA displays, but
  34. the version especially for the EGA displays 24 lines, and the VGA version
  35. displays 34 lines.  All the versions give an 80 character wide screen
  36. except the HGC version which shows 90 characters.  For files with long lines
  37. it is possible to shift the window right and left in 20 character steps.
  38.  
  39. To edit a file type
  40.  
  41. A>edtgreek filename.typ
  42.  
  43. If the file does not exist a new one is created.  When saving, the old
  44. version is renamed to filename.BAK vefore the new version is written.
  45.  
  46. While editing the F2 key brings up a help screen, and the F3 key brings
  47. up the keyboard mapping for Greek characters.  The F10 key causes an RPN
  48. scientific calculator to evaluate the line with the cursor, and creates
  49. a new line with the answer.  This calculator is FORTH like, and it ignores
  50. upper or lower case.  Twenty six variables are available.  The line
  51. 2 sqrt r!
  52. sets the variable R to the sqrt(2), so later the line
  53. r r *
  54. will give the answer 2.  The operators available are
  55. + - * / ^ pi exp sin cos tan atn ln log drop dup
  56. All angle arguments are in radians.
  57.  
  58. While editing it is possible to include other files into the edit buffer.
  59. One can save and continue editing, or exit when done with an automatic
  60. save if the file has been changed.
  61.  
  62. EDTGREEK can do block moves, but only on blocks that consist of entire
  63. lines.  EDTGREEK can FIND strings.
  64.  
  65. PRINTING with PRTGREEK:
  66.  
  67. To print files which contain Greek characters, subscripts or superscripts,
  68. use the PRTGREEK program as follows:
  69.  
  70. A>prtgreek filename.typ 1.5
  71.  
  72. where the 1.5 is the spacing between lines: 1 for single spacing, 2 for
  73. double spacing, etc.  PRTGREEK works in graphics mode and reproduces
  74. what was on the EDTGREEK screen.  It is rather slow, so if special
  75. characters are not used, if is faster to print using
  76.  
  77. A>copy filename.typ LPT1:
  78.  
  79. or
  80.  
  81. C>print filename.typ
  82.  
  83. Known bugs in EDTGREEK:  1) While scrolling up and down with the cursor keys,
  84. a line is sometimes duplicated on the screen.  The file is not affected.
  85. To rewrite the screen without the doubled line, press F2 for HELP, then
  86. SPACEBAR to return to editing.
  87.  
  88. 2) An arithmetic error in the calculator crashes the program, losing your
  89. edits.  Use the SAVE command every few minutes to minimize your loss.  Many
  90. errors are trapped, and lead to a beep.  Press F2 for HELP to see the
  91. cause of the beep.
  92.  
  93. 3) Disk errors will lose your edits.  Again SAVEing early and often will
  94. minimize your loss.
  95.  
  96.  
  97.